home *** CD-ROM | disk | FTP | other *** search
-
- // $Id: InspectorPane.h,v 1.2 1994/02/22 10:14:06 davis Exp $
-
- @protocol InspectorPane
-
- + (const NXAtom *)types;
- - updateFromStream:(NXStream *)stream withType:(NXAtom)type;
- - (View *)view;
-
- @end
-
-
- @interface Object(InspectorPaneNotify)
-
- - didSwapIn:sender;
- - didSwapOut:sender;
-
- @end
-